Crate zksync_dal
source ·Expand description
Data access layer (DAL) for ZKsync Era.
Modules§
- ContractVerificationDal
- Various helpers for using DAL methods.
- Metrics for the data access layer.
- ProofGenerationDal
Structs§
- A big decimal type.
- Storage processor is the main storage interaction point. It holds down the connection (either direct or pooled) to the database and provide methods to obtain different storage schema.
- Pool of reusable database connections.
- Builder for
ConnectionPool
s.
Enums§
- Transaction isolation level.
- Represents all the ways a method can fail within SQLx.